Don't consider retetion leases hold by replicas for remote store back…#20874
Don't consider retetion leases hold by replicas for remote store back…#20874shwetathareja merged 2 commits intoopensearch-project:mainfrom
Conversation
…ed indices Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
PR Reviewer Guide 🔍(Review updated until commit 13b5af9)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 13b5af9
Previous suggestionsSuggestions up to commit 51f4569
|
|
❌ Gradle check result for 51f4569: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
.../src/internalClusterTest/java/org/opensearch/remotestore/RemoteIndexPrimaryRelocationIT.java
Outdated
Show resolved
Hide resolved
…l the time Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
|
Persistent review updated to latest commit 13b5af9 |
9bd4634
into
opensearch-project:main
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20874 +/- ##
============================================
+ Coverage 73.30% 73.41% +0.10%
- Complexity 72280 72348 +68
============================================
Files 5796 5797 +1
Lines 330263 330304 +41
Branches 47663 47674 +11
============================================
+ Hits 242102 242489 +387
+ Misses 68754 68420 -334
+ Partials 19407 19395 -12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ed indices
Description
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Issue details
This seq_no=0 retention lease led to shard size growing huge , as deletes never got expunged .
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.